current transaction

英 [ˈkʌrənt trænˈzækʃn] 美 [ˈkɜːrənt trænˈzækʃn]

流动(当前,经常)(项目)交易

经济



双语例句

  1. When you use the REQUIRES_NEW transaction attribute, if an existing transaction context is present, the current transaction is suspended and a new transaction started.
    使用REQUIRESNEW事务属性时,如果存在现有事务上下文,当前的事务会被挂起并启动一个新事务。
  2. So a blocked worker thread, because it's waiting on a response from some remote service, can't proceed with the current transaction and can't start processing a new transaction either.
    因此,由于阻塞工作线程会等待某个远程服务发送的响应,因此无法继续处理当前事务,也无法开始处理新事务。
  3. When specified on a reference, the propagatesTransaction intent indicates that the current transaction context will be propagated to the called service.
    在引用上指定时,propagatesTransaction意图指示当前事务上下文将传播到被调用的服务。
  4. This will indicate not to commit the current transaction after the activity completes.
    这将指示不在该活动完成后提交当前事务。
  5. When used, it specifies that this is meant to be a unique savepoint within the scope of the current transaction.
    在使用时,它表示该保存点是当前事务范围内惟一的保存点。
  6. When EJB and servlet methods are invoked, the container keeps context, such as the current transaction and security principal, associated with the thread.
    调用EJB和servlet方法时,容器会保留与线程相关联的上下文,如当前事务和安全principal。
  7. Amazingly, resources accessed by remote object B will still be enlisted in the current transaction.
    令人吃惊的是,远程对象B访问的资源仍将在当前事务中被征用。
  8. If a system error occurs in most of our mainframe/ CICS applications, the current transaction will be terminated.
    如果大部分主机或CICS应用程序发生系统错误,那么当前的交互将终止。
  9. The implementation of do_auditing1() runs within the context of the current transaction.
    doauditing1()的实现在当前事务上下文中运行。
  10. Notice that there is no code in this example to enlist the JDBC connections in the current transaction& the container does this for us.
    注意,这个示例中没有征用当前事务中JDBC连接的代码―容器会为我们完成这个任务。
  11. However, the updates are generally visible within the current transaction.
    但是,在当前事务中,更新通常都是可见的。
  12. Alternatively, a security certificate could be issued to the SOATransaction on construction that would be valid for the current transaction session.
    另一种选择,安全证书可以在构造时发给SOATransaction,可以对当前事务会话有效。
  13. The database engine chooses one of the sessions as a deadlock victim and the current transaction is terminated with an error to break the deadlock.
    数据库引擎选择一个会话作为死锁牺牲品,然后终止当前事务(出现错误)来打断死锁。
  14. Create a new transaction, suspending the current transaction if one exists.
    创建新的事务,如果当前存在事务,把当前事务挂起。
  15. The OLTP system stores only historical data as needed to successfully meet the requirements of the current transaction.
    OLTP系统存仅当需要的时候才存储历史数据来成功的实现当前事务的需求。
  16. All data modifications made to that point in the current transaction are rolled back, including any that were made by the trigger.
    当前事务中该时间点之前所做的所有数据修改都将回滚,包括触发器所做的修改。
  17. However, we can also rollback the current transaction, resetting the state of our database to the last commit point.
    不过,我们也可以回滚当前事务,恢复到最后一次事务提交前的状态。
  18. When instantiated, it could store the current Transaction into a thread-static field.
    实例化后,它会将当前的Transaction存储到线程静态字段中。
  19. In either type of transaction, resource enlistment is transparent; the container automatically enlists any transactional resources used during the course of the transaction into the current transaction.
    在任何类型的事务中,资源征用都是透明的;容器自动将事务过程中使用的任意事务性资源征调到当前事务中。
  20. New transactions eventually overwrite the obsolete entries in the current transaction log before a new log file is created.
    在创建新的日志文件之前,新的事务最终会覆盖当前事务日志中已过时的条目。
  21. Data modifications made by other transactions after the start of the current transaction are not visible to statements executing in the current transaction.
    在当前事务中执行的语句将看不到在当前事务开始以后由其他事务所做的数据修改。
  22. Cannot create a new transaction until the current transaction has completed.
    在当前处理完成之前不能创建一个新的处理。
  23. When this occurs, any uncommitted changes to the database are lost and the current transaction is rolled back.
    出现这种情况时,所有未提交的数据库更改都将丢失,当前事务将回滚。
  24. The snapshot isolation level implements row versioning to provide users with a view of the data in the database as it existed when the current transaction started.
    快照隔离级别实现行版本控制,用来为用户提供在当前事务启动时数据库中数据存在状态的视图。
  25. Locks placed on a resource are associated with either the current transaction or the current session.
    对资源设置的锁与当前事务或当前会话相关联。
  26. These locks are held until the end of the current transaction for both cursors and independent select statements.
    对于游标和独立的select语句,这些锁都会保持到当前事务结束。
  27. Other transactions can insert new rows that match the search conditions of statements issued by the current transaction.
    其他事务可以插入与当前事务所发出语句的搜索条件相匹配的新行。
  28. That is a copy of the current transaction object.
    作为当前事务对象的副本的。
  29. A floating point exception occured in the user process. Current transaction was aborted.
    用户进程中发生浮点异常错误。已终止当前事务。
  30. Locks associated with the current transaction are released when the transaction commits or rolls back.
    当事务提交或回滚时,将释放与当前事务相关联的锁。